home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
pc
/
macf
/
mita.dir
/
00072_End Preview I.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-10
|
283 b
|
14 lines
on mouseUp
global prev, gSound
if prev > 0 then
set prev to 0
set the visible of sprite 19 to 0
repeat with x = 13 to 18
set the visible of sprite x to 1
end repeat
set the soundLevel to gSound
puppetSound("OPEN.AIF")
updateStage()
end if
end